kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
[JRE]Boolean
/
xor
xor
JRE
infix
fun
xor
(
other
:
Boolean
)
:
Boolean
Content copied to clipboard
Performs a logical
xor
operation between this Boolean and the
other
one.